Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating dist/index.js #23

Merged
merged 5 commits into from
Aug 7, 2024
Merged

Updating dist/index.js #23

merged 5 commits into from
Aug 7, 2024

Conversation

ssomayyajula
Copy link
Contributor

@ssomayyajula ssomayyajula commented Jul 26, 2024

This amends @josecorella's fix #20 to download Dafny built for x64 on versions < 3.10.0 (the only arch we were building for) and Dafny built for os.arch() otherwise

@keyboardDrummer
Copy link
Member

What is this supposed to do? I can't judge from an empty description.
How have these changed been tested?

@ssomayyajula
Copy link
Contributor Author

ssomayyajula commented Aug 1, 2024

Description updated. The matrix in the "Validate action" workflow covers Dafny versions greater than and less than 3.10 on a both x64 and arm64 runners (across all OSs), so the current testing should be sufficient.

Note: for sufficiently old versions of Dafny, they run through Mono, which is why the x64 version will work on arm64 runners. Not the case for newer Dafny, which is why we want this behavior.

@keyboardDrummer keyboardDrummer merged commit 3d43eac into main Aug 7, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants